Visual Analysis

raw

# A tibble: 100 × 6
   Sales_Channel `Manufacturing Cost` Total_Profit `Order Priority` `Order Date`
   <chr>                        <dbl>        <dbl> <chr>            <chr>       
 1 Offline                     159.        951410. High Priority    5/28/2010   
 2 Online                      117.        248406. Critical Priori… 8/22/2012   
 3 Offline                     525.        224599. Low Priority     5/2/2014    
 4 Online                        6.92       19526. Critical Priori… 6/20/2014   
 5 Offline                     525.        639078. Low Priority     2/1/2013    
 6 Online                      159.        285088. Critical Priori… 2/4/2015    
 7 Offline                     503.        693912. Medium Priority  4/23/2011   
 8 Online                       90.9       510217. High Priority    7/17/2012   
 9 Offline                      56.7       152114. Medium Priority  7/14/2015   
10 Online                      117.        584074. High Priority    4/18/2014   
# ℹ 90 more rows
# ℹ 1 more variable: Order_Year <dbl>

Graph Explanation

The plot visualizes the predictions from a Bayesian regression model where total profit is modeled as a function of order year using a Gaussian distribution. The blue points represent the model’s predicted profits for each year from 2010 to 2026, while the red LOESS curve smooths these predictions to reveal the overall trend. The plot, with its clear axis labels, centered title, and styled caption, suggests how the model expects total profit to evolve over time, providing valuable insights into potential profit trends and helping guide future business decisions. The inclusion of a LOESS curve in the plot adds a nuanced layer of analysis by highlighting potential non-linear patterns that a simple linear regression might overlook. This is particularly important in financial forecasting, where trends can fluctuate due to various external factors. The Bayesian framework further strengthens the model by incorporating prior information and providing a probabilistic interpretation of the predictions, which can help in assessing uncertainty and making more informed decisions. Together, these elements make the plot a powerful tool for visualizing and understanding the complex dynamics of profit trends over time, offering both immediate insights and a foundation for deeper analysis.

Quantitative Analysis

Warning in tidy.brmsfit(x, ..., effects = "fixed"): some parameter names
contain underscores: term naming may be unreliable!

Characteristic

Beta

95% CI

1
Order_Year 971 -40,693, 43,245
1

CI = Credible Interval

\[ SalesChannel_i = \beta_0 + \beta_1TotalProfit + \epsilon_i \]